home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr33 / 2col56.zip / CVT2COL.BAT < prev    next >
DOS Batch File  |  1994-07-20  |  481b  |  13 lines

  1. ECHO OFF
  2. ECHO.
  3. ECHO Usage: cvt2col filename [2COL options]
  4. ECHO.
  5. ECHO This is an example of how to use Malcolm Drury's VIEW95 (or higher) to
  6. ECHO print WFW,WFD,WP,AMIPRO,WRI, and Wordstar files directly with 2COL/JETCOL.
  7. ECHO Your own customized options can be added to this file. The latest version of
  8. ECHO VIEW will be sent to those who register 2COL or JETCOL. See REGISTER.DOC
  9. ECHO.
  10. view %1 /ccol$$$$$.tmp
  11. 2col col$$$$$.tmp %2 %3 %4 %5 %6 %7 %8 %9
  12. del col$$$$$.tmp
  13.